home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- cursor([cast "curs", cast "mask"])
- puppetSprite(the currentSpriteNum, 1)
- set the blend of sprite the currentSpriteNum to 50
- end
-
- on mouseLeave
- cursor(-1)
- set the blend of sprite the currentSpriteNum to 100
- end
-
- on mouseUp
- cursor(-1)
- set the blend of sprite the currentSpriteNum to 100
- case the clickOn of
- 3:
- set the movieRate of sprite 8 to 0
- go(1, "photobook")
- 4:
- set the movieRate of sprite 8 to 0
- set the movieTime of sprite 8 to 0
- set the castNum of sprite 6 to the number of member "play"
- 5:
- set the movieRate of sprite 8 to -2
- set the castNum of sprite 6 to the number of member "pause"
- 6:
- if the movieRate of sprite 8 = 0 then
- set the movieRate of sprite 8 to 1
- set the castNum of sprite 6 to the number of member "pause"
- else
- set the movieRate of sprite 8 to 0
- set the castNum of sprite 6 to the number of member "play"
- end if
- 7:
- set the castNum of sprite 6 to the number of member "pause"
- set the movieRate of sprite 8 to 2
- 9:
- set the movieRate of sprite 8 to 0
- go(1, "success")
- puppetSound(0)
- end case
- end
-